-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop public usage of StringUtil#join, deprecated since 2019 #45777
Conversation
381c18b
to
88e4c76
Compare
This comment has been minimized.
This comment has been minimized.
core/runtime/src/main/java/io/quarkus/runtime/util/StringUtil.java
Outdated
Show resolved
Hide resolved
🎊 PR Preview 32144de has been successfully built and deployed to https://quarkus-pr-main-45777-preview.surge.sh/version/main/guides/
|
Only one class used this method, other classes are using String.join already Also checked apache/camel-quarkus, apache/incubator-kie-kogito-runtimes, apache/incubator-kie-drools
88e4c76
to
ac05b99
Compare
Status for workflow
|
Status for workflow
|
Drop public usage of StringUtil#join, deprecated since 2019
One class used
join
method, other classes are usingString.join
alreadyAlso checked apache/camel-quarkus, apache/incubator-kie-kogito-runtimes, apache/incubator-kie-drools